home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 June
/
Macworld (1999-06).dmg
/
Serious Software
/
Geo3D 1.3.1
/
Sample Scripts
/
Animation
next >
Wrap
Text File
|
1999-03-23
|
237b
|
12 lines
tell application "Geo3D"
activate
make new document
set x to import animation from file ":Sample Scripts:Demo.geo"
if x > 0 then -- 0: error
play
repeat with x from 1 to x -- slower
go to frame x
end repeat
end if
end tell